home *** CD-ROM | disk | FTP | other *** search
/ Business Shareware / Business Shareware.iso / start / gfxapps / pbmpl91d / pbmplus / man / tifftopn.man < prev    next >
Text File  |  1993-01-08  |  2KB  |  69 lines

  1.  
  2.  
  3. tifftopnm(1)               Unix Programmer's Manual               tifftopnm(1)
  4.  
  5.  
  6. NAME
  7.      tifftopnm - convert a TIFF file into a portable anymap
  8.  
  9. SYNOPSIS
  10.      tifftopnm [-headerdump] [tifffile]
  11.                               --------
  12.  
  13. DESCRIPTION
  14.      Reads a TIFF file as input.  Produces a portable anymap as  output.   The
  15.      type  of  the  output  file  depends  on the input file - if it's black &
  16.      white, a pbm file is written, else if it's grayscale a pgm file,  else  a
  17.               ---                                           ---
  18.      ppm file.  The program tells you which type it is writing.
  19.      ---
  20.  
  21. OPTIONS
  22.  
  23.      -headerdump
  24.           Dump TIFF file information  to  stderr.   This  information  may  be
  25.           useful in debugging TIFF file conversion problems.
  26.  
  27.      All flags can be abbreviated to their shortest unique prefix.
  28.  
  29. SEE ALSO
  30.      pnmtotiff(1), pnm(5)
  31.  
  32. BUGS
  33.      This program is not self-contained.  To use it you must  fetch  the  TIFF
  34.      Software  package  listed in the OTHER.SYSTEMS file and configure PBMPLUS
  35.      to  use  libtiff.   See  PBMPLUS's   Makefile   for   details   on   this
  36.      configuration.
  37.  
  38. AUTHOR
  39.      Derived by Jef Poskanzer from tif2ras.c, which is Copyright (c)  1990  by
  40.      Sun     Microsystems,     Inc.      Author:     Patrick    J.    Naughton
  41.      (naughton@wind.sun.com).
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.                                13 January 1991                               1
  68.  
  69.